From: Rob Church Date: Fri, 23 Jun 2006 21:54:31 +0000 (+0000) Subject: Missing $this-> X-Git-Tag: 1.31.0-rc.0~56664 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=63099f6408324ff20e526f6e3cd66e1cc14689f5;p=lhc%2Fweb%2Fwiklou.git Missing $this-> --- diff --git a/includes/Parser.php b/includes/Parser.php index ada0a5f97f..530ff8b9bd 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -3779,7 +3779,7 @@ class Parser $substText = '{{' . $substWord->getSynonym( 0 ); $text = preg_replace( $substRegex, $substText, $text ); - $text = cleanSigInSig( $text ); + $text = $this->cleanSigInSig( $text ); $text = $this->replaceVariables( $text ); $this->clearState();